public class NetUtils
extends java.lang.Object
| Constructor and Description |
|---|
NetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getNetworkClass(android.app.Activity act) |
static java.lang.String |
getNetworkType(android.app.Activity act)
获取当前网络类型
|
static boolean |
isNetworkConnected(android.content.Context act)
检测网络是否可用
|
public static boolean isNetworkConnected(android.content.Context act)
public static java.lang.String getNetworkType(android.app.Activity act)
public static java.lang.String getNetworkClass(android.app.Activity act)